home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
Solitaire
/
Sources
/
Spider
/
Makefile
< prev
next >
Wrap
Makefile
|
1994-01-18
|
1KB
|
42 lines
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = Spider
PROJECTVERSION = 1.1
LANGUAGE = English
LOCAL_RESOURCES = Engine.nib LargeGame.nib Rules.nib SmallGame.nib\
Localizable.strings
CLASSES = Spider.m SpiderDrawDelegate.m SpiderGameDelegate.m\
SpiderPrefs.m SpiderSuitDelegate.m
HFILES = localstrings.h Spider.h SpiderDrawDelegate.h\
SpiderGameDelegate.h SpiderPrefs.h SpiderSuitDelegate.h
OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = bundle.make
INSTALLDIR = $(HOME)/Library/Solitaire
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
BUNDLE_EXTENSION = solitaire
-include Makefile.preamble
include $(MAKEFILEDIR)/$(MAKEFILE)
-include Makefile.postamble
-include Makefile.dependencies